Companion

object Companion

Functions

Link copied to clipboard
fun day(timeZone: TimeZone, instant: Instant): TimePeriod<TimeUnit.Day>
fun day(timeZone: TimeZone, year: Int, month: Month, dayOfMonth: Int): TimePeriod<TimeUnit.Day>
Link copied to clipboard
fun hour(timeZone: TimeZone, instant: Instant): TimePeriod<TimeUnit.Hour>
fun hour(timeZone: TimeZone, year: Int, month: Month, dayOfMonth: Int, hour: Int): TimePeriod<TimeUnit.Hour>
Link copied to clipboard
fun minute(timeZone: TimeZone, instant: Instant): TimePeriod<TimeUnit.Minute>
fun minute(timeZone: TimeZone, year: Int, month: Month, dayOfMonth: Int, hour: Int, minute: Int): TimePeriod<TimeUnit.Minute>
Link copied to clipboard
fun month(timeZone: TimeZone, instant: Instant): TimePeriod<TimeUnit.Month>
fun month(timeZone: TimeZone, year: Int, month: Month): TimePeriod<TimeUnit.Month>
Link copied to clipboard
fun nanosecond(timeZone: TimeZone, instant: Instant): TimePeriod<TimeUnit.Nanosecond>
fun nanosecond(timeZone: TimeZone, year: Int, month: Month, dayOfMonth: Int, hour: Int, minute: Int, second: Int, nanosecond: Int): TimePeriod<TimeUnit.Nanosecond>
Link copied to clipboard
fun second(timeZone: TimeZone, instant: Instant): TimePeriod<TimeUnit.Second>
fun second(timeZone: TimeZone, year: Int, month: Month, dayOfMonth: Int, hour: Int, minute: Int, second: Int): TimePeriod<TimeUnit.Second>
Link copied to clipboard
fun year(timeZone: TimeZone, year: Int): TimePeriod<TimeUnit.Year>
fun year(timeZone: TimeZone, instant: Instant): TimePeriod<TimeUnit.Year>